Error
Account actions
Combined "what does this wallet need to do right now" view.
Aggregates three categories that demand user action:
- proposal-vote: governance proposals in the active voting period that the wallet has not voted on.
- dispute-commit: oracle disputes currently in the commit window the wallet has not committed on.
- dispute-reveal: pending reveals queued for the wallet (the indexer relays them; this surfaces the queue).
Returned as a single discriminated union so a UI can render one badge count + one notifications drawer sorted by soonest deadline.
GET
Error
Authorizations
API key obtained from POST /v1/auth/keys.
Path Parameters
Alephium address (base58, optional :N group suffix).
Required string length:
30 - 80Pattern:
^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$
